MoveCursor(Direction, int)

Method

Namespace: ANSITerm

Declared in: ANSITerm.IConsoleBackend


Moves the cursor in specified direction by specified count of steps relative to the current position.

Syntax

public void MoveCursor(
	Direction direction,
	int steps
)

Parameters

direction

Direction to move the cursor in

steps

Number of steps (symbols) to move


Back to index